home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / abriefhi.sto / abriefhi.dxr / 00001.ls next >
Encoding:
Text File  |  1994-12-23  |  163 b   |  10 lines

  1. on exitFrame
  2.   global fileSep
  3.   if the machineType = 256 then
  4.     set fileSep to "\"
  5.   else
  6.     set fileSep to ":"
  7.   end if
  8.   go(1, the pathName & "play_bht")
  9. end
  10.